body
{
	background-size: cover;
	background-image: url("../images/ballfirst.jpg");
	background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    margin: 0;
}
/* Page Header */
.header{
    background: #6d6d6d;
    width:1400px;
    height:50px;
    text-align: center;
    font-size:20px;
    margin-top:-10px;
    border-radius: 20px;
    box-shadow: 5px 2px 20px black;
}
.header a{
    text-decoration: none;
    color: white;
}
.header ul{
    list-style: none;
    padding-top: 13px;
}
.header li{
    display: inline;
    padding: 100px;
}
.header a:hover{
    transition: 0.5s;
    color: darkorange;
    outline: none;
}
.header a:focus{
    outline: none;
}
p,h1
{
	text-align: center;
	color:black;
	background-color: white;

}
p
{
	font-weight: bold;
	font-size: 20px;
	border-radius: 20px;
}
h1
{
	font-size: 40px;
	border-radius: 40px;
}
img
{
	margin: 5px 250px;
 	width: 500px;
 	border-radius: 100%;
 	border:3px double black;
 	background-color: white;
}
/* Footer */

.copyright {
    text-align: center;
    border-top: 1px solid black;
    font-size: 14px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: -100px;
    margin-top: 50px;
}
.social-icons {
    display: block;
    margin-left: 190px;
    margin-right: auto;
    width: 100%;
}  
.social-icons li {
    display:inline-block;
    list-style-type:none;
  }
.social-icons li a {
    border-bottom: none;
  }
.social-icons li img {
   margin-left: -200px;
    width:50px;
    height:50px;
}